home *** CD-ROM | disk | FTP | other *** search
- //#include "stdio.h"
- //#include "string.h"
-
- #include <Files.h>
-
- //pascal short ConvertFromBinhex(Boolean readFromDisk,Ptr theBinhexPtr,long dataLength);
- //pascal short ConvertToBinhex(Boolean saveToDisk,Handle *theBinhexHandle);
-
- typedef pascal void (*Callback)(long);
-
- pascal short ConvertFromBinhex(FSSpec *inFSS, Boolean deleteBinHex, Boolean deleteOld, Callback startup, Callback progress);
- pascal short ConvertToBinhex(FSSpec *inFSS, Callback startup, Callback progress);
-
-
-